projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b819c8
)
Remove an unused signal
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 6 Jan 2020 05:29:17 +0000
(
00:29
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 8 Jan 2020 23:48:21 +0000
(18:48 -0500)
gtk/gtkdragdest.c
patch
|
blob
|
history
diff --git
a/gtk/gtkdragdest.c
b/gtk/gtkdragdest.c
index 7767516a83feb0b422ff882a8c390a6ad1efea94..ce57dd93ec2b0915515a11608c73f3d97cdd5709 100644
(file)
--- a/
gtk/gtkdragdest.c
+++ b/
gtk/gtkdragdest.c
@@
-83,7
+83,6
@@
enum {
DRAG_LEAVE,
DRAG_MOTION,
DRAG_DROP,
- DRAG_DATA_RECEIVED,
NUM_SIGNALS
};